github.com/klauspost/compress/zstd.betterFastEncoderDict.dictLongTable (field)
11 uses
github.com/klauspost/compress/zstd (current package)
enc_better.go#L49: dictLongTable []prevEntry
enc_better.go#L1157: if len(e.dictLongTable) != len(e.longTable) || dictChanged {
enc_better.go#L1158: if len(e.dictLongTable) != len(e.longTable) {
enc_better.go#L1159: e.dictLongTable = make([]prevEntry, len(e.longTable))
enc_better.go#L1161: clear(e.dictLongTable)
enc_better.go#L1166: e.dictLongTable[h] = prevEntry{
enc_better.go#L1168: prev: e.dictLongTable[h].offset,
enc_better.go#L1176: e.dictLongTable[h] = prevEntry{
enc_better.go#L1178: prev: e.dictLongTable[h].offset,
enc_better.go#L1227: copy(e.longTable[:], e.dictLongTable)
enc_better.go#L1237: copy(e.longTable[i*shardSize:(i+1)*shardSize], e.dictLongTable[i*shardSize:(i+1)*shardSize])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |